If I run this simple code:
Trigger t
for t in database do print name t "\n"
...I get:
dynamic 0
dynamic 1
...no matter what database I am in (both v8.3 and v9.3). Adding other trigger parameters to this code tells me that these triggers' kind is dynamic, and their scope is 'root folder.' There seems to be no DXL behind them that I can see, as dxl t provides no data. Does anyone know what these triggers are for?
Cheers,
TomY
Thosicus - Wed Mar 21 19:11:19 EDT 2012 |